home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.check_l = false;
- _root.l._visible = false;
- _root.check_l2 = false;
- _root.l2._visible = false;
- if(getTimer() - t < 500 and this.hitTest(_root._xmouse,_root._ymouse,true))
- {
- eval("_root.l3.content.field_" + _root.field_select).gotoAndStop(1);
- gotoAndStop(2);
- _root.field_select = int(String(this).slice(25,String(this).length));
- var iden = eval("_root.l3.content.field_" + _root.field_select).id;
- }
- t = getTimer();
- }
-